type runtime.boundsError
20 uses
runtime (current package)
error.go#L116: type boundsError struct {
error.go#L172: func (e boundsError) RuntimeError() {}
error.go#L184: func (e boundsError) Error() string {
panic.go#L115: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
panic.go#L121: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
panic.go#L129: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
panic.go#L135: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
panic.go#L141: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAcap})
panic.go#L147: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAcap})
panic.go#L155: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceB})
panic.go#L161: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceB})
panic.go#L167: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Alen})
panic.go#L171: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Alen})
panic.go#L175: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Acap})
panic.go#L179: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Acap})
panic.go#L185: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3B})
panic.go#L189: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3B})
panic.go#L195: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3C})
panic.go#L199: panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3C})
panic.go#L205: panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |